Hello,
Just now getting back to soft limit setup on my mill.
Tryed this early on when i was configuring my pendant and
was getting a runaway condition when a soft limit was
triggered. Now that mill has been tested for a while
without any issues, i am trying to get soft limits to
work.
Running KMotion CNC 4.34J.
There is a + and - limit switch(Proximity Sensor) on each
axis and each switch having its own bit from the Konnect
board.
Current limit switch option is set to Watch Limit and bit
numbers set , Positive Soft limit of 1000 and minus soft
limit at 40000 , with action of Stop Movement.
When i try to run my Reference axis c code program, axes
goes into feed hold. I also get a feed hold when trying to
execute a G53 G00 X0 Y0 Z0. I understand the feed hold is
the action that will happen with Soft Limits and Stop
Movement enabled. But why is this action valid when
running my Reference C code program or executing a G53?
Shouldn't it be ignored when doing these 2 commands?
Thanks,
Troy